StvDEV

 Components

  Handlers

  Localization

  Scenarios

  Threads

  UI

  Buttons

  Dialogs

  Fields

  CheckboxField

  DropdownField

  Field

  _label

  HideTip()

  IsFocused

  IsReadOnly

  Label

  ShowTip(string)

  Value

  ValueChanged

  KeyValueField

  TextField

  UIMenu

  UIMenuManager

  Trigger

 Drawing

 Extensions

 Inspector

 Patterns

 TextMeshPro

 Types

 Vibration

class Field<T>

Basic field component.
VisibilityPublic
Modifiersabstract
ExtendsMonoBehaviour

Public methods

void HideTip()Hide field tip.
void ShowTip(string tip)Show tip for field.

Public properties

bool IsFocusedGets that field is focused now.
bool IsReadOnlyGets or sets readonly field parameter.
string LabelGets or sets field label.
T ValueGets or sets field value.
UnityEvent<T> ValueChanged On field value changed.

Protected variables

TMP_Text _label